home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / postogrf.zip / POSTCHGS.I < prev    next >
Text File  |  1990-03-30  |  3KB  |  41 lines

  1.      19 Dec 89. V6.1. Now can expand portions of the screen.  New include
  2.         file = Extramen.inc.  MITRE logo relocated to new "extras" menu.
  3.         Changed Viewport, now clips above bottom menu area.  Fixed problems
  4.         with CopyBloc - now XORs properly.  Improved box draw/clear in
  5.         HighLight and MoveLabel.  Changed UserCharSizeX,Y to type word;
  6.      31 Oct 89. V6.01.  Point Sizes > 32 now save and read correctly.
  7.      20 Sept 89. v6.0.  Added MITRELogo font, removed Courier Bold.
  8.         WritePrt now writes the postscript code for the MITRE logo font
  9.         (via include file Writelog.inc) if the font is used.  Also draws
  10.         a horizontal bar under the title area (part of the standard VG
  11.         format) if the 'VG Format' is on.  The parser ignores this extra
  12.         Postscript code when you read in a file, so if you delete a label
  13.         using this font, the font description code goes away also.  Borrowed
  14.         the font code from the MAC (originally designed by MITRE
  15.         Pubs&Graphics).  Added type configRec, const defaultconfig, logoX,
  16.         logoY, var LConfig, procedures AddLogoLabel, DeleteLogoLabel.
  17.         Modified CopyBlock routines and init to set CopyBlock size to 9.5
  18.         by 7 inches, placed correctly on the screen, so that when you
  19.         are in VG mode, the copybox is essentially the size of the VG
  20.         frame.  When you toggle out of VG mode, the box goes back to the
  21.         previous default, suitable for MITRE mats.
  22.      23 Aug 89. v5.18a.  Changes to fix MCGA settings (but not right yet!)
  23.      21 Aug 89 v5.18.  Doesn't crash if you undelete when nothing was deleted.
  24.      21 June 89.v5.17a. Added Borland notice.
  25.      17 June 89 v5.17.  Now doesn't freeze for '#'..'&'  in label.
  26.        Replaced strings.src with pstrings.i, gives cursor for readraw.
  27.        Removed XOR_char & cursor definition constants to pstrings.i.
  28.      26 May 89 v5.16 - changed EXTRALAB, now picks up 'font0' spec correctly.
  29.      23 May 89 v5.15 - small changes made to Attributes, SetLIPSFont,
  30.         ChangeSize.
  31.      20 May 89 v5.14 - now DeleteLabel selects the previous label after
  32.         deleting (unless there isn't one). Now F8 selects in reverse order,
  33.         HOME & EN are alternates for F6, F8.  Now F9 Undeletes.
  34.      15 May 89 v5.13 - now reads Postscript labels with embedded quotes
  35.         correctly: changed GetAWordBack.  Changed fillbox (in PostHd3)
  36.         to do a newpath right after gsave.  Now reads & writes the type of
  37.         label background - transparent (outputs 'show') or opaque
  38.         (outputs 's'): added type painttype, new field (LabelBkGround)
  39.         to TextRec type, changed SetLabelDefaults, GetLabel, GetPSLabel,
  40.         Attributes, WritePrt.
  41.